home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 October / PCWorld_2002-10_cd.bin / Software / TemaCD / brozurka / brozurka.exe / Na CD / Encodery / wav2lame / --alt-preset help.txt next >
Encoding:
Text File  |  2001-12-21  |  3.3 KB  |  72 lines

  1. The --alt-preset switches are designed to provide the highest possible quality.
  2.  
  3. They have for the most part been subject to and tuned via rigorous double blind
  4. listening tests to verify and achieve this objective.
  5.  
  6. These are continually updated to coincide with the latest developments that
  7. occur and as a result should provide you with nearly the best quality
  8. currently possible from LAME.
  9.  
  10. Abreviations:
  11. VBR = variable bitrate
  12. ABR = average bitrate
  13. CBR = constant bitrate
  14.  
  15. To activate these presets:
  16.  
  17.    For VBR modes (generally highest quality):
  18.  
  19.      "--alt-preset standard" This preset should generally be transparent
  20.                              to most people on most music and is already
  21.                              quite high in quality.
  22.  
  23.      "--alt-preset extreme" If you have extremely good hearing and similar
  24.                              equipment, this preset will generally provide
  25.                              slightly higher quality than the "standard"
  26.                              mode.
  27.  
  28.    For CBR 320kbps (highest quality possible from the --alt-preset switches):
  29.  
  30.      "--alt-preset insane"  This preset will usually be overkill for most
  31.                              people and most situations, but if you must
  32.                              have the absolute highest quality with no
  33.                              regard to filesize, this is the way to go.
  34.  
  35.    For ABR modes (high quality per given bitrate but not as high as VBR):
  36.  
  37.      "--alt-preset <kbps>"  Using this preset will usually give you good
  38.                              quality at a specified bitrate. Depending on the
  39.                              bitrate entered, this preset will determine the
  40.                              optimal settings for that particular situation.
  41.                              While this approach works, it is not nearly as
  42.                              flexible as VBR, and usually will not attain the
  43.                              same level of quality as VBR at higher bitrates.
  44.  
  45. The following options are also available for the corresponding profiles:
  46.  
  47.    <fast>        standard
  48.    <fast>        extreme
  49.                  insane
  50.           <cbr> (ABR Mode) - The ABR Mode is implied. To use it,
  51.                              simply specify a bitrate. For example:
  52.                              "--alt-preset 185" activates this
  53.                              preset and uses 185 as an average kbps.
  54.  
  55.    "fast" - Enables the new fast VBR for a particular profile. The
  56.             disadvantage to the speed switch is that often times the
  57.             bitrate will be slightly higher than with the normal mode
  58.             and quality may be slightly lower also.
  59.  
  60.    "cbr"  - If you use the ABR mode (read above) with a significant
  61.             bitrate such as 80, 96, 112, 128, 160, 192, 224, 256, 320,
  62.             you can use the "cbr" option to force CBR mode encoding
  63.             instead of the standard abr mode. ABR does provide higher
  64.             quality but CBR may be useful in situations such as when
  65.             streaming an mp3 over the internet may be important.
  66.  
  67.     For example:
  68.  
  69.  or "lame --alt-preset fast standard <input file> <output file>"
  70.  or "lame --alt-preset cbr 192 <input file> <output file>"
  71.  or "lame --alt-preset 172 <input file> <output file>"
  72.  or "lame --alt-preset extreme <input file> <output file>"